Xbasic

A5.LETTER_LOCATION Function

Syntax

Character Filename as C = A5.Letter_Location(C name)

Arguments

Filename

The name of the file that contains the specified letter layout.

name

The name of a letter layout.

Description

The A5.LETTER_LOCATION() method returns the name of the file that contains the specified letter layout.

Example

? a5.Letter_Location("Letter to Customers")
= "c:\databases\expressions test\customer.ddd"

Limitations

Desktop applications only.

See Also